projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69aac59
)
(calc-graph-plot): Fix character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 10:58:50 +0000
(10:58 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Feb 2003 10:58:50 +0000
(10:58 +0000)
lisp/calc/calc-graph.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-graph.el
b/lisp/calc/calc-graph.el
index 90ed192d0c8d520c7222ece54e4a2a07c5bb9cd2..032575048c49d7d1524b2e269ff28a6e89d553c6 100644
(file)
--- a/
lisp/calc/calc-graph.el
+++ b/
lisp/calc/calc-graph.el
@@
-391,7
+391,7
@@
(delete-region (match-beginning 0) (match-end 0))
(if (looking-at ",")
(delete-char 1)
- (while (memq (preceding-char) '(?\ ?\t))
+ (while (memq (preceding-char) '(?\
s
?\t))
(forward-char -1))
(if (eq (preceding-char) ?\,)
(delete-backward-char 1))))